GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / CreateNewGdPictureImage Method





In This Topic
CreateNewGdPictureImage Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(217)>
Function CreateNewGdPictureImage( _
   ByVal Width As Integer, _
   ByVal Height As Integer, _
   ByVal BitDepth As Short, _
   ByVal BackColor As Integer _
) As Integer
[DispId(217)]
int CreateNewGdPictureImage( 
   int Width,
   int Height,
   short BitDepth,
   int BackColor
)
function CreateNewGdPictureImage( 
    Width: Integer;
    Height: Integer;
    BitDepth: Int16;
    BackColor: Integer
): Integer; 
DispIdAttribute(217)
function CreateNewGdPictureImage( 
   Width : int,
   Height : int,
   BitDepth : short,
   BackColor : int
) : int;
[DispId(217)]
int CreateNewGdPictureImage( 
   int Width,
   int Height,
   short BitDepth,
   int BackColor
) 
[DispId(217)]
int CreateNewGdPictureImage( 
   int Width,
   int Height,
   short BitDepth,
   int BackColor
) 

Parameters

Width
Height
BitDepth
BackColor
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members